home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / user-manpages < prev    next >
Text File  |  2008-10-08  |  882b  |  25 lines

  1. # $Id: user-manpages 726 2007-06-11 05:09:23Z seth_arnold $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2002-2006 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12.   # perhaps your configuration has users elsewhere, or you don't wish
  13.   # them to read their own manpages
  14.   @{HOME}/man/**                        r,
  15.   @{HOME}/tmp/groff*                    rwl,
  16.  
  17.   # kindof required
  18.   /tmp/groff*                           rwl,
  19.  
  20.   # standard system manpages
  21.   /usr/local/share/man/man?/            r,
  22.   /usr/local/share/man/man?/**          r,
  23.   /usr/{share,X11R6,local,kerberos}/man/**     r,
  24.   /usr/man/**                r,
  25.